Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: sync tier4/autoware.universe:awf-latest #1380

Closed
wants to merge 202 commits into from

Conversation

tier4-autoware-public-bot[bot]
Copy link

Features

Bug Fixes

Documentation

Styles

Code Refactoring

Performance Improvements

Tests

Continuous Integrations

Chores

xmfcx and others added 30 commits June 18, 2024 18:27
…dation#7519)

* removed unused

Signed-off-by: a-maumau <[email protected]>

* style(pre-commit): autofix

* removed unused

Signed-off-by: a-maumau <[email protected]>

* Update localization/yabloc/yabloc_particle_filter/src/camera_corrector/camera_particle_corrector_core.cpp

change to use get_mean_pose directly

Co-authored-by: Kento Yabuuchi <[email protected]>
Signed-off-by: a-maumau <[email protected]>

* apply suggestion

Signed-off-by: a-maumau <[email protected]>

---------

Signed-off-by: a-maumau <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kento Yabuuchi <[email protected]>
…ode (autowarefoundation#7506)

* change the node to component

Signed-off-by: Kento Yabuuchi <[email protected]>

* remove useless node.cpp

Signed-off-by: Kento Yabuuchi <[email protected]>

* add rclcpp_components as dependency

Signed-off-by: Kento Yabuuchi <[email protected]>

---------

Signed-off-by: Kento Yabuuchi <[email protected]>
…ation#7509)

* change node to component

Signed-off-by: Kento Yabuuchi <[email protected]>

* fix launch file & cmake

Signed-off-by: Kento Yabuuchi <[email protected]>

---------

Signed-off-by: Kento Yabuuchi <[email protected]>
…efoundation#7574)

* fix(simple_planning_simulator): fix duplicateBranch warnings

Signed-off-by: Ryuta Kambe <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: Ryuta Kambe <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ation#7554)

* fix: package path

Signed-off-by: satoshi-ota <[email protected]>

* docs: add explanation of lateral margin

Signed-off-by: satoshi-ota <[email protected]>

* fix: typo

Signed-off-by: satoshi-ota <[email protected]>

* fix: wrong description

Signed-off-by: satoshi-ota <[email protected]>

---------

Signed-off-by: satoshi-ota <[email protected]>
…nitial position estimation results (autowarefoundation#7141)

* feat(ndt_scan_matcher): change from TP to NVTL

Signed-off-by: RyuYamamoto <[email protected]>

* fix(ndt_scan_matcher): fixed typo

Signed-off-by: RyuYamamoto <[email protected]>

---------

Signed-off-by: RyuYamamoto <[email protected]>
…oundation#7016)

* mpc fail checker diagnostic added

Signed-off-by: Zhe Shen <[email protected]>

* fix some scope issues

Signed-off-by: Zhe Shen <[email protected]>

* member attribute added.

Signed-off-by: Zhe Shen <[email protected]>

* shared pointer added.

Signed-off-by: Zhe Shen <[email protected]>

* member attribute (diag_updater_) added

Signed-off-by: Zhe Shen <[email protected]>

* dependency added.

Signed-off-by: Zhe Shen <[email protected]>

* implementation of the MpcLateralController corrected!

Signed-off-by: Zhe Shen <[email protected]>

* typo in comment corrected!

Signed-off-by: Zhe Shen <[email protected]>

* member method argument corrected

Signed-off-by: Zhe Shen <[email protected]>

* delete unnecessary reference mark

Co-authored-by: Takamasa Horibe <[email protected]>

* rebase

Signed-off-by: Zhe Shen <[email protected]>

* correct the include

Signed-off-by: Zhe Shen <[email protected]>

* pre-commit

Signed-off-by: Zhe Shen <[email protected]>

---------

Signed-off-by: Zhe Shen <[email protected]>
Co-authored-by: Takamasa Horibe <[email protected]>
…utowarefoundation#7541)

* fix(autoware_obstacle_cruise_planner): fix assignBoolToFloat warning

Signed-off-by: Ryuta Kambe <[email protected]>

* delete unnecessary file

Signed-off-by: Ryuta Kambe <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: Ryuta Kambe <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…utowarefoundation#7575)

* fix constVariablePointer warning

Signed-off-by: Ryuta Kambe <[email protected]>

* add reference

Signed-off-by: Ryuta Kambe <[email protected]>

---------

Signed-off-by: Ryuta Kambe <[email protected]>
* fix unusedVariable warning

Signed-off-by: Ryuta Kambe <[email protected]>

* fix unusedVariable warning

Signed-off-by: Ryuta Kambe <[email protected]>

* fix variableScope warning

Signed-off-by: Ryuta Kambe <[email protected]>

* fix unreadVariable warning

Signed-off-by: Ryuta Kambe <[email protected]>

* fix

Signed-off-by: Ryuta Kambe <[email protected]>

---------

Signed-off-by: Ryuta Kambe <[email protected]>
…aeb (autowarefoundation#7548)

* add polling sub to predicted objects

Signed-off-by: Daniel Sanchez <[email protected]>

* WIP requires changing path frame to map

Signed-off-by: Daniel Sanchez <[email protected]>

* add parameters and reuse predicted obj speed

Signed-off-by: Daniel Sanchez <[email protected]>

* introduce early break to reduce computation time

Signed-off-by: Daniel Sanchez <[email protected]>

* resolve merge conflicts

Signed-off-by: Daniel Sanchez <[email protected]>

* fix guard

Signed-off-by: Daniel Sanchez <[email protected]>

* remove unused declaration

Signed-off-by: Daniel Sanchez <[email protected]>

* fix include

Signed-off-by: Daniel Sanchez <[email protected]>

* fix include issues

Signed-off-by: Daniel Sanchez <[email protected]>

* remove inline

Signed-off-by: Daniel Sanchez <[email protected]>

* delete unused dependencies

Signed-off-by: Daniel Sanchez <[email protected]>

* add utils.cpp

Signed-off-by: Daniel Sanchez <[email protected]>

* remove _ for non member variable

Signed-off-by: Daniel Sanchez <[email protected]>

---------

Signed-off-by: Daniel Sanchez <[email protected]>
…utowarefoundation#6989)

* feat: accelerated preprocessing for centerpoint

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

* chore: changed includes to quotes instead of brackets

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

* chore: fixed variable name

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

* fix: addressed the case where the points in the cache is over the maximum capacity

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

* fix: fixed the offset of the output buffer in the kernel

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

* chore: reimplemented old logic in the pointpainting package since the new centerpoint logic is incompatible

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

* fix: eigen matrices are column major by default. this commit fixes the code that assumed row-major, implements check for data layout, and updates tests

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

* chore: fixed missing virtual destructor

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>

---------

Signed-off-by: Kenzo Lobos-Tsunekawa <[email protected]>
Co-authored-by: kminoda <[email protected]>
…r is controlled manually. (autowarefoundation#7109)

* align the MPC steering angle when the car is controlled manually.

Signed-off-by: Zhe Shen <[email protected]>

* update the condition for is_driving_manually

Signed-off-by: Zhe Shen <[email protected]>

* STOP mode included

Signed-off-by: Zhe Shen <[email protected]>

* comment the is_driving_manually

Signed-off-by: Zhe Shen <[email protected]>

* align the steering outside (after) the solver.

Signed-off-by: Zhe Shen <[email protected]>

* use the flag input_data.current_operation_mode.is_autoware_control_enabled

Signed-off-by: Zhe Shen <[email protected]>

* correct a typo

Signed-off-by: Zhe Shen <[email protected]>

* correct the under control condition check

Signed-off-by: Zhe Shen <[email protected]>

* undo the space delete

Signed-off-by: Zhe Shen <[email protected]>

* unchange the unrelevant line

Signed-off-by: Zhe Shen <[email protected]>

* pre-commit

Signed-off-by: Zhe Shen <[email protected]>

---------

Signed-off-by: Zhe Shen <[email protected]>
Copy link

sonarcloud bot commented Jul 4, 2024

@masaharuTakano masaharuTakano deleted the branch beta/v0.30.0 July 4, 2024 05:57
auto-merge was automatically disabled July 4, 2024 05:57

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.